/* last modify date 03.04.24 */

.cx-bg-preview {
  background-image: url('../../../img/trendbook/preview-bg.jpg');
  background-size: cover;
}

.cx-padding {
  padding: 32px;
  box-sizing: border-box;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cx-bg-preview {
      background-image: url('../../../img/trendbook/preview-bg@2x.jpg');
  }
}


.cx-sup-description {
  min-height: 491px !important;
  display: flex;
  align-items: stretch;
  gap: 17px;
}
.cx-sup-description > div {
  max-height: 491px;
}

.cx-sup-description > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.cx-sup-description > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 23px;
  background: #F0F4F8;
}

.cx-blob {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-color: #FFE68E;
  filter: blur(150px);
  transition: all 450ms ease-out;
  transform: translate(calc(-50% + 15px), -50%);
}

.cx-content-before-request {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #EEECED;
  padding: 70px 30px 100px 30px;
  overflow: hidden;
  box-sizing: border-box;
}

.cx-content-before-request > h2 {
  text-align: center;
  position: relative;
  z-index: 2;
}

.cx-content-before-request > form {
  position: relative;
  z-index: 2;
  width: 650px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}

.cx-form-text-input {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.cx-form-text-input > span {
  color: #757575;
}

.cx-form-text-input > input {
  width: 100%;
  height: 39px;
  padding: 6px 13px;
  box-sizing: border-box;
  font-family: var(--main-font);
  font-size: 17px;
  font-weight: normal;
  outline: 0;
  border: 1px solid #75757566;
}

.cx-form-text-input > input:focus {
  border-color: #000000;
}

.cx-trendbook-form .so-block-with-radio {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cx-trendbook-form .so-block-with-radio > span {
  color: #757575;
}

.cx-radio-btn-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}

.cx-bussiness-radio {
  height: 39px;
  align-items: center;
  gap: 28px;
}

.cx-bussiness-radio > label {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cx-custom-radio > input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #75757566;
  border-radius: 50%;
  background-color: #fff;
  display: grid;
  place-content: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cx-custom-radio > input[type="radio"]::before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em rgb(0, 140, 255);
  font-size: 14px;
  background-color: rgb(0, 140, 255);
  border-radius: 50%;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}


.cx-receive-emails {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.cx-receive-emails > input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 2px solid #75757566;
  background-color: #fff;
  display: grid;
  place-content: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.cx-receive-emails > input[type="checkbox"]::before {
  content: '✓';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 20px;
  height: 20px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em rgb(0, 140, 255);
  font-size: 14px;
  background-color: rgb(0, 140, 255);
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.cx-submit-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  margin-top: 20px;
}

.cx-submit-block > .button {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 17px;
  box-sizing: border-box;
  background-color: transparent;
}

.cx-content-after-request {
  display: none;
  align-items: stretch;
  gap: 17px;
}

.cx-is-request-success > .cx-content-before-request {
  display: none;
}

.cx-is-request-success > .cx-content-after-request {
  display: flex;
}

.cx-is-request-success > .thanks-for-download-section {
  display: flex;
}


.cx-ai-solution {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: linear-gradient(83.7deg, #5184B7 19.96%, #E9EBEC 97.15%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  text-align: center;
  padding: 90px 32px;
}

.cx-ai-solution::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

.cx-ai-solution > h2 {
  position: relative;
  z-index: 2;
}

.cx-ai-solution > a {
  position: relative;
  z-index: 2;
  margin-top: 18px;
}

.cx-ai-solution > p {
  position: relative;
  z-index: 2;
}

.tb-book-container {
	margin: 32px auto calc(64px + 24px);
}

.tb-book {
	display: flex;
	position: relative;
	width: 180px;
	height: 273px;
	margin: 0 auto;
	perspective: 1500px;
	transform-style: preserve-3d;
	transition: all 1.5s ease;
}

.tb-book.is-opened {
  transform: translate(60%, 24px);
}

.tb-book.is-opened > .tb-page:nth-child(1) {
  transform: rotateY(-160deg);
}
.tb-book.is-opened > .tb-page:nth-child(2) {
  transition-duration: 2.5s;
	transform: rotateY(-155deg);
}
.tb-book.is-opened > .tb-page:nth-child(3) {
  transition-duration: 3.5s;
	transform: rotateY(-150deg);
}
.tb-book.is-opened > .tb-page:nth-child(4) {
  transition-duration: 4.5s;
	transform: rotateY(-145deg);
}
.tb-book.is-opened > .tb-page:nth-child(5) {
  transition-duration: 5.5s;
	transform: rotateY(-140deg);
}
.tb-book.is-opened > .tb-page:nth-child(6) {
  transition-duration: 6.5s;
	transform: rotateY(-135deg);
}
.tb-book.is-opened > .tb-page:nth-child(7) {
  transition-duration: 7.5s;
	transform: rotateY(-130deg);
}
.tb-book.is-opened > .tb-page:nth-child(8) {
  transition-duration: 7.5s;
	transform: rotateY(-125deg);
}
.tb-book.is-opened > .tb-page:nth-child(9) {
  transition-duration: 7.5s;
	transform: rotateY(-120deg);
}
.tb-book.is-opened > .tb-page:nth-child(10) {
  transition-duration: 7.5s;
	transform: rotateY(-115deg);
}
.tb-book.is-opened > .tb-page:nth-child(11) {
  transition-duration: 7.5s;
	transform: rotateY(-110deg);
}
.tb-book.is-opened > .tb-page:nth-child(12) {
  transition-duration: 7.5s;
	transform: rotateY(-65deg);
}
.tb-book.is-opened > .tb-page:nth-child(13) {
  transition-duration: 7.5s;
	transform: rotateY(-30deg);
}
.tb-book.is-opened > .tb-page:last-of-type {
  transform: rotateY(0);
}

.tb-page,
.tb-page-front,
.tb-page-back {
	display: inline-flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform-style: preserve-3d;
}

.tb-page-front {
	transform: translateZ(0);
}
.tb-page-back {
	transform: scale(-1, 1) translateZ(-1px);
}

.tb-page {
	transform: rotateY(-30deg);
	transform-origin: left center;
	transition-property: transform;
	transition-timing-function: ease;
	transition-duration: 1.5s;
}

.tb-page img {
  display: inline-flex;
  width: 100%;
  height: 100%;
}

.tb-page:nth-child(1) {
  transform: rotateY(-30deg);
}

.tb-page:nth-child(2) {
  transform: rotateY(-25deg);
}
.tb-page:nth-child(3) {
  transform: rotateY(-20deg);
}
.tb-page:nth-child(4) {
  transform: rotateY(-15deg);
}
.tb-page:nth-child(5) {
  transform: rotateY(-10deg);
}
.tb-page:nth-child(6) {
  transform: rotateY(-5deg);
}
.tb-page:nth-child(7) {
  transform: rotateY(-10deg);
}
.tb-page:nth-child(8) {
  transform: rotateY(-9deg);
}
.tb-page:nth-child(9) {
  transform: rotateY(-8deg);
}
.tb-page:nth-child(10) {
  transform: rotateY(-7deg);
}
.tb-page:nth-child(11) {
  transform: rotateY(-6deg);
}
.tb-page:nth-child(12) {
  transform: rotateY(-5deg);
}
.tb-page:nth-child(13),
.tb-page:last-of-type {
  transform: rotateY(0deg);
}

.tb-page:last-of-type .tb-page-front img {
  width: 50%;
  height: auto;
  margin-inline: auto;
}

.tb-book:hover,
.tb-book.is-opened {
	transform: translateX(50%);
}

.tb-book:hover .tb-page:nth-child(1),
.tb-book.is-opened .tb-page:nth-child(1) {
	transform: rotateY(-165deg);
}

.tb-book:hover .tb-page:nth-child(2),
.tb-book.is-opened .tb-page:nth-child(2) {
	transition-duration: 2.5s;
	transform: rotateY(-160deg);
}

.tb-book:hover .tb-page:nth-child(3),
.tb-book.is-opened .tb-page:nth-child(3) {
	transition-duration: 3.5s;
	transform: rotateY(-155deg);
}

.tb-book:hover .tb-page:nth-child(4),
.tb-book.is-opened .tb-page:nth-child(4) {
	transition-duration: 4.5s;
	transform: rotateY(-150deg);
}

.tb-book:hover .tb-page:nth-child(5),
.tb-book.is-opened .tb-page:nth-child(5) {
	transition-duration: 5.5s;
	transform: rotateY(-120deg);
}

.tb-book:hover .tb-page:nth-child(6),
.tb-book.is-opened .tb-page:nth-child(6) {
	transition-duration: 6.5s;
	transform: rotateY(-100deg);
}

.tb-book:hover .tb-page:nth-child(7),
.tb-book.is-opened .tb-page:nth-child(7) {
	transition-duration: 6.5s;
	transform: rotateY(-85deg);
}

.tb-book:hover .tb-page:nth-child(8),
.tb-book.is-opened .tb-page:nth-child(8) {
	transition-duration: 7.5s;
	transform: rotateY(-70deg);
}

.tb-book:hover .tb-page:nth-child(9),
.tb-book.is-opened .tb-page:nth-child(9) {
	transition-duration: 8.5s;
	transform: rotateY(-50deg);
}

.tb-book:hover .tb-page:nth-child(10),
.tb-book.is-opened .tb-page:nth-child(10) {
	transition-duration: 9.5s;
	transform: rotateY(-30deg);
}

.tb-book:hover .tb-page:nth-child(11),
.tb-book.is-opened .tb-page:nth-child(11) {
	transition-duration: 10.5s;
	transform: rotateY(-15deg);
}

.tb-book:hover .tb-page:nth-child(12),
.tb-book.is-opened .tb-page:nth-child(12) {
	transition-duration: 11.5s;
	transform: rotateY(-5deg);
}

.tb-book:hover .tb-page:last-of-type,
.tb-book.is-opened .tb-page:last-of-type {
	transform: rotateY(0);
}

.tb-book.not-animated {
	pointer-events: none;
}

.cx-receive-emails .form-tooltip {
  position: relative;
}

.cx-receive-emails .tooltip-content-enable {
  right: -35px;
  bottom: 20px;
}

.cx-receive-emails .form-tooltip-btn {
  right: 0;
  bottom: 2px;
}

.so-custom-select {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.so-custom-select-header {
  width: 100%;
  height: 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #757575;
  padding: 6px 13px;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #75757566;
}

.so-custom-select-header > img {
  transform: rotate(180deg);
  transition: all .3s ease-in;
}

.so-custom-select-header > input {
  width: 100%;
  height: 100%;
  display: none;
  border: 0;
  outline: 0;
  font-size: 17px;
  font-family: var(--main-font);
  font-weight: 400;
}

.so-custom-select-header > span {
  width: 100%;
}

.so-custom-select-list {
  position: absolute;
  z-index: 999;
  top: 39px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  background-color: #ffffff;
  margin: 0;
  padding: 18px 17px;
  box-sizing: border-box;
  border: 1px solid #75757566;
  border-top: 0;
  transform-origin: top;
  transform-style:preserve-3d;
  transform: rotateX(90deg);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.so-custom-select-list > li {
  width: 100%;
  height: 100%;
  display: flex;
}

.so-custom-select-list > li > label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 17px;
  cursor: pointer;
}

.so-custom-select-list > li > label > input:first-child {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}

.so-custom-select-list > li > label > input:nth-child(2){
  width: 100%;
  height: 20px;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #75757566;
}

.so-custom-select-list > li > label > span {
  pointer-events: none;
}

.so-custom-select-is-active .so-custom-select-list {
  pointer-events: all;
  opacity: 1;
  transform: rotateX(0deg);
  border-color: #000000;
}

.so-custom-select-is-active .so-custom-select-header > img {
  transform: rotate(0deg);
}

.so-custom-select-is-active .so-custom-select-header {
  border-color: black;
}

.so-error-block {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: fit-content;
  font-family: var(--main-font);
  font-size: 10px;
  font-weight: 400;
  color: #FF0000;
}

.so-error-block > img {
  width: 12px;
  height: 11px;
}

.form-input-wrapper .so-validate-error .so-error-block {
  position: absolute;
  bottom: -19px;
  left: 0;
}

.form-radio-btns-wrapper.so-validate-error .so-error-block {
  position: absolute;
  left: 0;
  bottom: -15px;
}

.form-radio-btns-wrapper.so-validate-error > span {
  color: #FF0000;
}
.form-radio-btns-wrapper.so-validate-error input[type="radio"] {
  border: 1px solid #FF0000;
}

.so-validate-error .so-error-block {
  display: flex;
}


@media screen and (max-width: 1280px) {
  .cx-sup-description > div {
    max-height: 100%;
  }
}

@media screen and (max-width: 900px) {
  .cx-sup-description {
    flex-direction: column;
    gap: 17px;
  }

  .cx-sup-description > div:first-child {
    order: 2;
  }

  .cx-sup-description > div:last-child {
    order: 1;
  }

  .cx-ai-solution > .flex-1:first-child {
    padding: 33px 39px;
  }

  .cx-ai-solution {
    flex-direction: column;
  }

  .cx-content-after-request {
    flex-direction: column;
  }

  .ebook-download-block {
    padding: 33px 39px !important;
  }

  .ebook-thanks-block {
    padding: 33px 39px !important;
  }

  .csat-after-request .ebook-download-block {
    padding: 32px 0px 32px 16px !important;
  }
  
}

@media screen and (max-width: 840px) {
  .cx-receive-emails .tooltip-corner {
    top: 21.5px;
  }
}

@media screen and (max-width: 768px) {
  .cx-content-before-request > form {
    width: 100%;
  }

  .cx-form-block {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .cx-trendbook-form > form {
    width: 100%;
  }
  .cx-radio-btn-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 560px) {
  .cx-receive-emails .tooltip-corner {
    top: 15px;
  }
}

@media screen and (max-width: 480px) {
  .customer-experience {
    padding: 16px !important;
  }

  .ebook-hand-img > img {
    width: 140px !important;
    height: 207px !important;
  }

  .after-reading-title {
    padding: 16px !important;
  }

  .after-reading-list-item {
    padding: 16px !important;
  }

  .cx-padding {
    padding: 28px 16px;
  }

  .cx-ai-solution > .flex-1:first-child {
    padding: 16px;
  }

  .customer-care {
    padding: 28px 16px !important;
  }

  .cx-ai-solution-img > svg {
    width: 263px;
    height: 263px;
  }

  .cx-ai-solution-img > img {
    width: 263px;
    height: 263px;
  }

  .cx-submit-block > .button {
    width: 100%;
    padding: 11px;
  }

  .cx-submit-block > a {
    width: 92%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 17px
  }

  .after-reading-title-corner {
    left: 15px !important;
  }

  .cx-receive-emails .tooltip-content-enable {
    padding: 16px;
    right: 40%;
  }

  .cx-receive-emails .tooltip-corner {
    display: none;
    top: 32.2px;
  }

  .ebook-download-block {
    padding: 16px !important;
  }

  .ebook-thanks-block {
    padding: 16px !important;
  }

  .cx-content-before-request {
    padding: 16px;
  }

  .cx-content-before-request > form {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .tb-book {
    width: 140px;
    height: 233px;
  }

  .after-reading-title-corner {
    left: 10px !important;
  }

  .cx-content-after-request {
    min-height: 100%;
  }
}

@media screen and (max-width: 390px) {
  .cx-receive-emails .tooltip-content-enable {
    right: 10%;
  }

  .cx-trendbook-form .so-custom-select-list {
    max-height: 300px;
    overflow-y: auto;
  }
}

@media screen and (max-width: 375px) {
  .cx-receive-emails .tooltip-content-enable {
    right: -30%;
  }
} 

@media screen and (max-width: 360px) {
  .cx-receive-emails .tooltip-content-enable {
    right: -50%;
  }
}

@media screen and (max-width: 345px) {
  .cx-receive-emails .tooltip-content-enable {
    max-width: 200px;
    left: inherit;
  }
}